home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / CellDialog$3.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  775 b   |  25 lines

  1. package com.extensibility.xa;
  2.  
  3. import java.awt.event.ItemEvent;
  4. import java.awt.event.ItemListener;
  5.  
  6. class CellDialog$3 implements ItemListener {
  7.    // $FF: synthetic field
  8.    final CellDialog this$0;
  9.  
  10.    public void itemStateChanged(ItemEvent var1) {
  11.       if (this.this$0.commitPendingEdits(true)) {
  12.          if (var1.getStateChange() == 1) {
  13.             CellDialog.access$7000071(this.this$0, true);
  14.          } else {
  15.             CellDialog.access$7000071(this.this$0, false);
  16.          }
  17.  
  18.       }
  19.    }
  20.  
  21.    CellDialog$3(CellDialog var1) {
  22.       this.this$0 = var1;
  23.    }
  24. }
  25.